public class SoftDrink implements Drink {
	SoftDrink() {
		System.out.println("Napj bezalkoholowy");
	}
}